home *** CD-ROM | disk | FTP | other *** search
/ Champak 28 / Volume 28 - JOGO DISK .iso / Games / partypals.swf / scripts / DefineSprite_148 / frame_1 / DoAction.as
Text File  |  2005-06-15  |  217b  |  13 lines

  1. xs = 18;
  2. setProperty("f", _Y, random(20));
  3. sc = getProperty("f", _xscale);
  4. if(50 < random(100))
  5. {
  6.    setProperty("f", _xscale, - sc);
  7. }
  8. _rotation = random(20);
  9. if(4 < length(_name))
  10. {
  11.    gotoAndPlay(4);
  12. }
  13.